home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / DHTML - Scrollers / external-date-source.izs < prev    next >
Text File  |  2005-09-02  |  2KB  |  86 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>External Data Source Marquee
  4. <!/TITLE>
  5.  
  6. <!BROWSER>IE5+<!/BROWSER>
  7.  
  8. <!DESCRIPTION> This is an DHTML scrolling marquee that uses an external HTML document as its content to scroll. As a secondary feature, the marquee slows down when the user moves his mouse over it (to more easily read the contained contents), and resumes it's original scroll speed when out. IE 4 and NS 4 users will simply see nothing. Developers, check out the commented Developer's View to see how we created the script.
  9. <!/DESCRIPTION> 
  10.  
  11. <!CATEGORY>scrollers<!/CATEGORY>
  12.  
  13. <!SCRIPT>
  14. <!-- START OF SCRIPT -->
  15. <!--[if IE]>
  16.  
  17. <IE:Download ID="marqueedata" STYLE="behavior:url(#default#download)" /> 
  18. <marquee id="externalmarquee" direction=up scrollAmount=4 style="width:200px;height:150px;border:1px solid black;padding:3px" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=4" src="update.htm">
  19. </marquee>
  20.  
  21.  
  22. <script language="JavaScript1.2">
  23.  
  24. /*
  25. External Data Source Marquee Script (Updated 99/11/02)- 
  26. ⌐ Dynamic Drive (www.dynamicdrive.com)
  27. For full source code, installation instructions,
  28. 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
  29. */
  30.  
  31. function downloaddata(){
  32. marqueedata.startDownload(externalmarquee.src,displaydata)
  33. }
  34.  
  35. function displaydata(data){
  36. externalmarquee.innerHTML=data
  37. }
  38.  
  39. if (document.all)
  40. window.onload=downloaddata
  41.  
  42.  
  43. </script>
  44.  
  45. <![endif]-->
  46. <!-- END OF SCRIPT -->
  47. <!/SCRIPT>
  48.  
  49. <!PREVIEW>
  50. <!-- START OF SCRIPT -->
  51. <!--[if IE]>
  52.  
  53. <IE:Download ID="marqueedata" STYLE="behavior:url(#default#download)" /> 
  54. <marquee id="externalmarquee" direction=up scrollAmount=4 style="width:200px;height:150px;border:1px solid black;padding:3px" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=4" src="update.htm">
  55. </marquee>
  56.  
  57.  
  58. <script language="JavaScript1.2">
  59.  
  60. /*
  61. External Data Source Marquee Script (Updated 99/11/02)- 
  62. ⌐ Dynamic Drive (www.dynamicdrive.com)
  63. For full source code, installation instructions,
  64. 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
  65. */
  66.  
  67. function downloaddata(){
  68. marqueedata.startDownload(externalmarquee.src,displaydata)
  69. }
  70.  
  71. function displaydata(data){
  72. externalmarquee.innerHTML=data
  73. }
  74.  
  75. if (document.all)
  76. window.onload=downloaddata
  77.  
  78.  
  79. </script>
  80.  
  81. <![endif]-->
  82.  
  83. <!-- END OF SCRIPT -->
  84. <!/PREVIEW>
  85.  
  86. <!RELATED>NONE<!/RELATED>